-
Notifications
You must be signed in to change notification settings - Fork 3
Allow stateful samplers to work in a distributed context #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #623 +/- ##
==========================================
- Coverage 94.59% 94.57% -0.02%
==========================================
Files 63 63
Lines 5494 5497 +3
==========================================
+ Hits 5197 5199 +2
- Misses 297 298 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Change how the
GivenValueListand theTableSamplerbehave in the context of distributed computation:GivenValueListstays stateful and should be used for testing only. Pickling and running in parallel is disabled.TableSamplerbecomes stateless (with appropriate documentation). It supports running in distributed mode.